On this pageCapacityDescriptionSet Capacity to the number of pointers the list will need to contain. Read Capacity to learn number of objects the list can hold without reallocating memory.Syntaxproperty Capacity: Integer read FCapacity write SetCapacity;